Skip to main content

All Questions

3votes
2answers
162views

Leap year check in Java (functional style)

I have done the leap year check on https://exercism.io already in a lot of languages. Today I came back to the exercise in Java and was playing around with some maybe more funny ways to do the check. ...
Matthias Wimmer's user avatar

close